home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / xrobots / README < prev    next >
Text File  |  1995-05-03  |  2KB  |  44 lines

  1.  
  2. README -- xrobots
  3.  
  4.   xrobots is a game that runs on X Windows.  It is based on the robots
  5. game found on unix.  See the man page for a description of the options 
  6. and game play.
  7.  
  8.   Both an Imakefile and a traditional makefile (Makefile.tra) included.  
  9. If you use the traditional makefile, you'll have to edit two lines as a 
  10. minimum.  (The lines which define "INCDIR" and "LIBDIR")  If you don't 
  11. want to go through that hassle, you can always use imake.
  12.  
  13. Compile time parameters:  
  14.        MAXX, MAXY -- these control the number of 'cells' in the playfield.
  15.      the default is 35x20.  The realistic maximum these can be on a 
  16.      1152x900 screen (ie most sun 3/50's) is about 50x40.  With a larger 
  17.      playfield, the scores will be higher and the game length longer, but
  18.      some graphics may appear slower.  With the default playfield, scores 
  19.     in the 6000 range can be achieved.
  20.  
  21.        MAXSCORES -- the number of high scores that you want to keep.
  22.      The default is 20.
  23.  
  24.        The default directory for the binary and score file is the current 
  25.     directory.  You'll have to modify the makefile or copy the binary
  26.     if you want it to install elsewhere.  xrobots will attempt to
  27.     create the scorefile (SCOREFILE) at runtime.  
  28.  
  29.   There is a little bsd-ish stuff in score.c.  flock is used to stop a race 
  30. condition.  If you don't have a bsd-like flock, you could probably 
  31. comment it out.  The race condition (multiple users writing to the 
  32. score file) is probably rare.  If SYSV is defined, this will be ifndef'd
  33. out.
  34.  
  35.   If your compiling this under X11R3, define the term R3 in the makefile or
  36. imakefile.  This will make the include references look like those expected
  37. by X11R3 instead of X11R4.
  38.  
  39. -----
  40.  
  41. This insomnia killer was written by Brian Warkentine.  Send comments, 
  42. bug reports, etc. to brianw@Sun.COM.
  43.  
  44.